Build with older libostree version for now
authorFelix Krull <f_krull@gmx.de>
Tue, 21 May 2019 08:47:11 +0000 (10:47 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000 (12:53 -0400)
rust-bindings/rust/.gitlab-ci.yml

index a64a2f9ef912e316d5a8bd1beed95427154f961e..cee4c35c48a37f1f7576235a19e3c3e496a6c678 100644 (file)
@@ -35,13 +35,13 @@ publish_ostree-sys:
 ostree:
   stage: build
   script:
-  - cargo test --verbose  --all-features
+  - cargo test --verbose --features "v2018_9" #--all-features
 
 ostree_nightly:
   stage: build
   image: rustlang/rust:nightly
   script:
-  - cargo test --verbose  --all-features
+  - cargo test --verbose --features "v2018_9" #--all-features
   allow_failure: true
 
 publish_ostree: